net/http.http2serverConn.sendWindowUpdate (method)

10 uses

	net/http (current package)
		h2_bundle.go#L4728: 		sc.sendWindowUpdate(nil, int(diff))
		h2_bundle.go#L5343: 			sc.sendWindowUpdate(nil, int(f.Length)) // conn-level
		h2_bundle.go#L5475: 		sc.sendWindowUpdate(nil, p.Len())
		h2_bundle.go#L5615: 		sc.sendWindowUpdate(nil, int(f.Length)) // conn-level
		h2_bundle.go#L5632: 		sc.sendWindowUpdate(nil, int(f.Length)) // conn-level
		h2_bundle.go#L5653: 				sc.sendWindowUpdate(nil, int(f.Length)-wrote)
		h2_bundle.go#L6270: 	sc.sendWindowUpdate(nil, n) // conn-level
		h2_bundle.go#L6274: 		sc.sendWindowUpdate(st, n)
		h2_bundle.go#L6280: 	sc.sendWindowUpdate(st, int(n))
		h2_bundle.go#L6284: func (sc *http2serverConn) sendWindowUpdate(st *http2stream, n int) {